object frmAnalysis: TfrmAnalysis Left = 359 Top = 222 Width = 652 Height = 456 Caption = 'frmAnalysis' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object pnlAnalysis: TPanel Left = 0 Top = 0 Width = 644 Height = 429 Align = alClient BevelOuter = bvNone Color = clWhite TabOrder = 0 DesignSize = ( 644 429) object imgWatermarkPage: TImage Left = 297 Top = 297 Width = 349 Height = 127 Anchors = [akRight, akBottom] AutoSize = True Picture.Data = {} Transparent = True end object axlCaption: TAxLabel Left = 32 Top = 16 Width = 176 Height = 19 WordWrap = False Quality = smMMXSmoothing4x Layout = tlCenter Transparent = False Caption = 'Analysing the registry' Font.Charset = DEFAULT_CHARSET Font.Color = 10040064 Font.Height = -16 Font.Name = 'Verdana' Font.Style = [] ShowAccelChar = True ParentFont = False end object axlNextText: TAxLabel Left = 32 Top = 360 Width = 244 Height = 16 WordWrap = False Transparent = True Caption = 'Click Stop if you want to stop the analysis' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ShowAccelChar = True ParentFont = False end object axlAnalysisText: TAxLabel Left = 32 Top = 64 Width = 568 Height = 41 WordWrap = True Transparent = True AutoSize = False Anchors = [akLeft, akTop, akRight] Caption = 'The program is now analysing the registry hives in order to see ' + 'if the registry can be optimized. This may take a few minutes.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ShowAccelChar = True ParentFont = False end object axlAnalysingHive: TAxLabel Left = 32 Top = 136 Width = 214 Height = 16 WordWrap = False Transparent = True Caption = 'Analysing registry hives (1 out of 10):' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ShowAccelChar = True ParentFont = False end object axlTimeElapsed: TAxLabel Left = 32 Top = 225 Width = 81 Height = 16 WordWrap = False Transparent = True Caption = 'Time elapsed:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ShowAccelChar = True ParentFont = False end object axlTimeElapsedValue: TAxLabel Left = 205 Top = 225 Width = 32 Height = 16 WordWrap = False Transparent = True Caption = '00:00' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ShowAccelChar = True ParentFont = False end object axlAnalysingHiveName: TAxFitTextLabel Left = 32 Top = 159 Width = 577 Height = 16 AutoSize = False Caption = 'axlAnalysingHiveName' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object axlTotalAnalysed: TAxLabel Left = 32 Top = 248 Width = 121 Height = 16 WordWrap = False Transparent = True Caption = 'Total hives analysed:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ShowAccelChar = True ParentFont = False end object axlTotalAnalysedValue: TAxLabel Left = 205 Top = 248 Width = 7 Height = 16 WordWrap = False Transparent = True Caption = '0' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ShowAccelChar = True ParentFont = False end object pbAnalysis: TProgressBar Left = 32 Top = 185 Width = 577 Height = 18 TabOrder = 0 end object btnStop: TButton Left = 529 Top = 212 Width = 80 Height = 25 Caption = 'Stop' TabOrder = 1 OnClick = btnStopClick end end object tmElapsed: TTimer Enabled = False OnTimer = OnTimeElapsedTimer Left = 608 Top = 8 end end